-
Notifications
You must be signed in to change notification settings - Fork 88
docs: Add repr method to src/hiero_sdk_python/tokens/custom_fixed_fee.py #724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Pranay <[email protected]>
exploreriii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Pranay22077 your workflows failed the unit tests
FAILED tests/unit/test_custom_fee.py::test_custom_fixed_fee - AssertionError: assert 'denominating_token_id=TokenId(shard_num=0, realm_num=0, num=123)' in 'CustomFixedFee(amount=100, denominating_token_id=TokenId(shard=0, realm=0, num=123, checksum=None), fee_collector_account_id=AccountId(shard=0, realm=0, num=456), all_collectors_are_exempt=True)'
========= 1 failed, 1206 passed, 300 deselected, 14 warnings in 3.76s ==========
You can run the unit tests locally before you push it and mark it as ready to review
|
@Pranay22077 you have two outstanding issues to resolve before starting a new issue |
|
Hi @Pranay22077 I'll be releasing a new python sdk release soon - |
|
Okay @exploreriii Thanks for informing! |
|
hi @Pranay22077 is this issue still active please? We have just released 0.1.8 |
|
Hey @exploreriii Thanks! |
|
Hi @Pranay22077 good luck with your exams |
|
Hey @exploreriii |
|
Thanks for the information. |
|
Thanks a lot @exploreriii |
Description:
Related issue(s):
Fixes #591
Notes for reviewer:
Checklist